home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / bbs / wildcat / doit.bat < prev    next >
DOS Batch File  |  1993-04-18  |  222b  |  8 lines

  1. rem %1 == disc directory
  2. if exist %cdrom%%1\00_index.txt goto ok
  3. echo no such file: %cdrom%%1\00_index.txt >> logfile
  4. goto end
  5. :ok
  6. %rom%\bbs\convert %type% wildcat %rom%%1<%rom%%1\00_index.txt>>%out%\files.dir
  7. :end
  8.